CalcEngine for .NET
C1.CalcEngine Namespace / Argument Class / Argument Constructor / Argument Constructor(String,Type[])
The name of expression item argument.
Available types for current argument.

In This Topic
    Argument Constructor(String,Type[])
    In This Topic
    Initializes a new instance of the Argument class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal availableTypes() As Type _
    )
    public Argument( 
       string name,
       Type[] availableTypes
    )

    Parameters

    name
    The name of expression item argument.
    availableTypes
    Available types for current argument.
    See Also